]>
dgit.raspbian.org Git - ruby2.3.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Nobuyoshi Nakada [Tue, 13 Aug 2019 03:14:28 +0000 (12:14 +0900)]
Loop with String#scan without creating substrings
Create the substrings necessary parts only, instead of cutting the
rest of the buffer. Also removed a useless, probable typo, regexp.
Gbp-Pq: Name Loop-with-String-scan-without-creating-substrings.patch
Nobuyoshi Nakada [Wed, 12 Dec 2018 05:38:09 +0000 (14:38 +0900)]
Fix for wrong fnmatch patttern
* dir.c (file_s_fnmatch): ensure that pattern does not contain a
NUL character. https://hackerone.com/reports/449617
Gbp-Pq: Name Fix-for-wrong-fnmatch-patttern.patch
Antonio Terceiro [Sun, 15 Dec 2019 16:28:25 +0000 (16:28 +0000)]
CVE-2019-8320-25
Backport of https://github.com/rubygems/rubygems/commit/
56c0bbb69e4506bda7ef7f447dfec5db820df20b
addressing, thanks to Leonidas S. Barbosa
CVE-2019-8320
CVE-2019-8321
CVE-2019-8322
CVE-2019-8323
CVE-2019-8324
CVE-2019-8325
Gbp-Pq: Name CVE-2019-8320-25.patch
Antonio Terceiro [Sun, 15 Dec 2019 16:28:25 +0000 (16:28 +0000)]
debian-changes
This patch file represents the entire difference between the package as shipped
by Debian and the official upstream sources. The goal is to maintain this file
as small as possible, avoiding non-upstreamed patches at all costs.
The Debian packaging is maintained in the following Git repository:
http://anonscm.debian.org/gitweb/?p=collab-maint/ruby.git
To obtain a view of the individual commits that affect non-Debian-specific
files, you can clone that repository, and from the master branch, run:
$ ./debian/upstream-changes
Gbp-Pq: Name debian-changes
Salvatore Bonaccorso [Sun, 15 Dec 2019 16:28:25 +0000 (16:28 +0000)]
ruby2.3 (2.3.3-1+deb9u7) stretch-security; urgency=high
* Non-maintainer upload by the Security Team.
* Fix for wrong fnmatch patttern (CVE-2019-15845)
* Loop with String#scan without creating substring (CVE-2019-16201)
* WEBrick: prevent response splitting and header injection (CVE-2019-16254)
* lib/shell/command-processor.rb (Shell#[]): prevent unknown command
(CVE-2019-16255)
[dgit import unpatched ruby2.3 2.3.3-1+deb9u7]
Salvatore Bonaccorso [Sun, 15 Dec 2019 16:28:25 +0000 (16:28 +0000)]
Import ruby2.3_2.3.3-1+deb9u7.debian.tar.xz
[dgit import tarball ruby2.3 2.3.3-1+deb9u7 ruby2.3_2.3.3-1+deb9u7.debian.tar.xz]
Christian Hofstaedtler [Tue, 22 Nov 2016 12:32:41 +0000 (12:32 +0000)]
Import ruby2.3_2.3.3.orig.tar.xz
[dgit import orig ruby2.3_2.3.3.orig.tar.xz]